Skip to main content

Mouse Up

Overview


Fires a mouse up event, simulating the release of a mouse button.

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.

Options

NameRequiredDescription
Number of ClicksHow many times you want to fire the mouseup event. Default is 1.
Mouse ButtonWhich mouse button you want to 'up' with. Default is Left.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.